home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Applications 2004 May / SGI IRIX 6.5 Applications 2004 May.iso / dist / gsview.idb / usr / bin / X11 / showps next >
Encoding:
Text File  |  2004-03-16  |  114 b   |  9 lines

  1. #!/bin/sh -fb
  2. #Tag 0x74655769
  3.  
  4. # showps is being replaced by gsview
  5.  
  6. PROG="/usr/bin/gsview"
  7.  
  8. exec $PROG ${1+"$@"}
  9.